home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / FromTheMag / JW FLV MEDIA PLAYER 4.2 / mediaplayer.exe / player.swf / scripts / com / jeroenwijering / events / PluginInterface.as < prev    next >
Text File  |  2008-11-04  |  169b  |  10 lines

  1. package com.jeroenwijering.events
  2. {
  3.    public interface PluginInterface
  4.    {
  5.        
  6.       
  7.       function initializePlugin(param1:AbstractView) : void;
  8.    }
  9. }
  10.